-
Notifications
You must be signed in to change notification settings - Fork 3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Remove released betas #31784
Remove released betas #31784
Conversation
@srikarparsi Please copy/paste the Reviewer Checklist from here into a new comment on this PR and complete it. If you have the K2 extension, you can simply click: [this button] |
@@ -106,7 +105,7 @@ function WalletPage({bankAccountList, betas, cardList, fundList, isLoadingPaymen | |||
}, [shouldShowEmptyState, windowWidth]); | |||
|
|||
const getSelectedPaymentMethodID = useCallback(() => { | |||
if (paymentMethod.selectedPaymentMethodType === CONST.PAYMENT_METHODS.PERSONAL_BANK_ACCOUNT) { | |||
if (paymentMethod.selectedPaymentMethodType === CONST.PAYMENT_METHODS.BANK_ACCOUNT) { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Were all this changes on purpose? Oh, the old constant did not even exist?? 😕
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please undo these changes. It was renamed in #30582
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
My bad, good catch, not sure what happened here, I did not manually change these 😕 maybe because I used a git stash at some point 😕 Fixed
src/CONST.ts
Outdated
DEFAULT_ROOMS: 'defaultRooms', | ||
BETA_EXPENSIFY_WALLET: 'expensifyWallet', | ||
BETA_COMMENT_LINKING: 'commentLinking', | ||
INTERNATIONALIZATION: 'internationalization', |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
INTERNATIONALIZATION: 'internationalization', |
src/CONST.ts
Outdated
BETA_COMMENT_LINKING: 'commentLinking', | ||
INTERNATIONALIZATION: 'internationalization', | ||
POLICY_ROOMS: 'policyRooms', | ||
PASSWORDLESS: 'passwordless', | ||
TASKS: 'tasks', | ||
THREADS: 'threads', |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
THREADS: 'threads', |
src/CONST.ts
Outdated
THREADS: 'threads', | ||
CUSTOM_STATUS: 'customStatus', | ||
NEW_DOT_SAML: 'newDotSAML', |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
NEW_DOT_SAML: 'newDotSAML', |
@@ -106,7 +105,7 @@ function WalletPage({bankAccountList, betas, cardList, fundList, isLoadingPaymen | |||
}, [shouldShowEmptyState, windowWidth]); | |||
|
|||
const getSelectedPaymentMethodID = useCallback(() => { | |||
if (paymentMethod.selectedPaymentMethodType === CONST.PAYMENT_METHODS.PERSONAL_BANK_ACCOUNT) { | |||
if (paymentMethod.selectedPaymentMethodType === CONST.PAYMENT_METHODS.BANK_ACCOUNT) { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please undo these changes. It was renamed in #30582
Reviewer Checklist
Screenshots/VideosJust tested on web as it's not platform dependant Android: NativeAndroid: mWeb ChromeiOS: NativeiOS: mWeb SafariMacOS: Chrome / SafariScreen.Recording.2023-11-24.at.3.01.39.AM.movMacOS: Desktop |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm
✋ This PR was not deployed to staging yet because QA is ongoing. It will be automatically deployed to staging after the next production release. |
🚀 Deployed to staging by https://github.com/nkuoch in version: 1.4.4-0 🚀
|
🚀 Deployed to production by https://github.com/mountiny in version: 1.4.4-3 🚀
|
Details
All these betas have been released to all for a while, so we're cleaning them up.
Fixed Issues
Part of https://github.com/Expensify/Expensify/issues/319366
Tests
Offline tests
QA Steps
PR Author Checklist
### Fixed Issues
section aboveTests
sectionOffline steps
sectionQA steps
sectiontoggleReport
and notonIconClick
)myBool && <MyComponent />
.src/languages/*
files and using the translation methodWaiting for Copy
label for a copy review on the original GH to get the correct copy.STYLE.md
) were followedAvatar
, I verified the components usingAvatar
are working as expected)StyleUtils.getBackgroundAndBorderStyle(themeColors.componentBG)
)Avatar
is modified, I verified thatAvatar
is working as expected in all cases)ScrollView
component to make it scrollable when more elements are added to the page.main
branch was merged into this PR after a review, I tested again and verified the outcome was still expected according to theTest
steps.Screenshots/Videos
Android: Native
Android: mWeb Chrome
iOS: Native
iOS: mWeb Safari
MacOS: Chrome / Safari
MacOS: Desktop